home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / Demos / Notting Hill / SINGING / FIRSTMOV.Dxr / 00001.ls next >
Encoding:
Text File  |  1996-02-08  |  191 b   |  12 lines

  1. on startMovie
  2.   global startFoyerSound
  3.   if the colorDepth = 8 then
  4.     PointAt(0)
  5.     InitCursorNumbers()
  6.     go("start")
  7.   else
  8.     go("WrongDepth")
  9.   end if
  10.   set startFoyerSound to 1
  11. end
  12.